.juzhong {
    display: flex;
    justify-content: center;
}

.juright {
    display: flex;
    justify-content: right;
}

.flex-strat {
    display: flex;
    justify-content: start;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.border-bot {
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}


/* 左右布局 */

.layout {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}

.layout-left {
    width: 830px;
}

.layout-right {
    width: 290px;
}

@media (max-width: 1024px) {
    .layout-left {
        width: calc(100% - 30px);
    }
    .layout-right {
        width: 290px;
    }
}

@media (max-width: 880px) {
    .layout-left {
        width: 94%;
        min-width: 300px;
    }
    .layout-right {
        display: none;
    }
}


/* 导航 */

.navigation {
    width: 100%;
    height: 88px;
    background-color: #ffffff;
    box-sizing: border-box;
    z-index: 999;
    position: fixed;
    top: 0;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #071c2f;
    letter-spacing: 0.25px;
    font-weight: 500;
    border-bottom: 1px solid #d8d8d8;
}

.navigation .w {
    position: relative;
}

.navigation .nav-logo {
    margin-right: 200px;
}

.nav-logo img {
    width: 202px;
    height: 44px;
    margin-top: 14px;
}

.navigation .first-nav>li {
    line-height: 80px;
    cursor: pointer;
    position: relative;
    margin: 0 9px;
}

.navigation .first-nav>li:first-child {
    margin-left: 0;
}

.navigation .first-nav>li:last-child {
    margin-right: 0;
}

.navigation .first-nav li a {
    padding: 0 12px;
    height: 16px;
    font-family: SourceHanSansCN-Bold;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #071c2f;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 100%;
}

.navigation .first-nav li.active a,
.navigation .first-nav li:hover a {
    color: #006cb7;
}

.navigation .first-nav li.active a::after,
.navigation .first-nav li:hover a::after {
    content: "";
    position: absolute;
    height: 3px;
    background: #006cb7;
    border-radius: 2px;
    bottom: 14px;
    left: 10px;
    right: 10px;
}

.navigation .first-nav li.active .secend-nav a::after,
.navigation .first-nav li:hover .secend-nav a::after,
.navigation .secend-nav3 .demo6>.tab_box ul li a::after {
    content: "";
    display: none;
}

.navigation li .secend-nav {
    display: none;
}

.navigation li:hover .secend-nav {
    display: block;
    position: absolute;
    top: 79px;
    width: 124px;
    background: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 4px 0;
}

.navigation li:hover .secend-nav li a {
    display: block;
    width: 100%;
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    color: #313336;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 12px;
    /* border-bottom: 1px solid rgba(216, 216, 216, 1); */
overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navigation li:hover .secend-nav li a:nth-last-child(1) {
    border-bottom: 1px solid #fff;
}

.navigation li:hover .secend-nav li a:hover {
    background: #3B88E6;
    font-weight: 400;
    overflow: hidden;
    color: #fff;
}


/* 222222 */

.navigation .first-nav li.active .secend-nav2 a::after {
    content: "";
    display: none;
}

.navigation li:hover .secend-nav2 li a {
    display: block;
    width: 100%;
    font-family: SourceHanSansCN-Medium;
    font-size: 14px;
    color: #313336;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.navigation li:hover .secend-nav2 li a:nth-last-child(1) {
    border-bottom: 1px solid #fff;
}

.navigation li:hover .secend-nav2 li a:hover {
    color: #3b88e6;
    font-weight: 400;
    overflow: hidden;
}

.navigation .logged li:hover .secend-nav2 {
    top: 46px;
    right: 0;
    width: 120px;
    left: auto;
}

.navigation li .secend-nav2 {
    display: none;
}

.secend-nav3 {
    width: 1200px;
    height: 360px;
    overflow: hidden;
}

.secend-nav3 .demo6 {
    display: flex;
    overflow: hidden;
}

.secend-nav3 .demo6>.tab_box {
    box-sizing: border-box;
    height: 100%;
    float: none;
    margin-top: 0;
    height: 360px;
    /* margin-left: 20px; */
    padding-left: 60px;
}

.secend-nav3 .demo6>.tab_box ul {
    width: 200px;
    margin-right: 55px;
}

.secend-nav3 .demo6>.tab_box ul li:first-child {
    font-family: SourceHanSansCN-Bold;
    font-size: 14px;
    color: #006CB7;
    letter-spacing: 0.88px;
    font-weight: 700;
    /* margin-top: 25px; */
}

.navigation .secend-nav3 .demo6>.tab_box ul li a {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #071C2F;
    letter-spacing: 0.2px;
    font-weight: 400;
    margin-top: 12px;
    padding: 0;
    line-height: 24px;
    height: auto;
}

.secend-nav3 .demo6>.tab_box .flex-start {
    display: flex;
    justify-content: start;
}

.secend-nav3 .demo6>.tab_box .flex-start.hide {
    display: none;
}

.secend-nav3 .demo6>.tab_box li {
    height: auto !important;
    line-height: 24px !important;
    overflow: hidden;
}

.secend-nav3 .demo6>.tab_box ul li a:hover {
    color: #006CB7;
    height: auto !important;
    line-height: 24px !important;
    box-sizing: border-box;
    padding: 0 !important;
}

.navigation li:hover .secend-nav2 {
    position: absolute;
    top: 79px;
    width: 100vw;
    min-width: 1200px;
    height: 357px;
    background: #fff;
    left: 0px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
    border-radius: 2px;
    padding: 4px 0;
    /* margin-left: -542px; */
    /* left: 103%; */
    transform: translateX(-44%);
    display: flex;
    justify-content: center;
    background: url(../image/bj66.png) center;
    background-repeat: no-repeat;
}

.navigation li:hover .secend-nav2 .secend-nav3 li a:nth-last-child(1) {
    border-bottom: none;
}


/*结束222222222222 */

.navigation .login-btn {
    padding: 0 16px;
    height: 26px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 18.5px;
    cursor: pointer;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    display: none;
}

.navigation .login-btn:hover {
    opacity: 0.8 !important;
}

.navigation .logged {
    width: 36px;
    height: 46px;
    position: absolute;
    right: 0;
    cursor: pointer;
    /* padding-bottom: 10px; */
    /* background-color: aquamarine; */
    display: none;
}

.navigation .logged .logged-icon-li {
    width: 36px;
    height: 46px;
}

.navigation .logged img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.navigation .logged li:hover .secend-nav {
    top: 46px;
    right: 0;
    width: 120px;
    left: auto;
}


/* 导航结束 */


/* 面包屑 */

.crumbs {
    margin: 20px auto;
}

.crumbs a,
.crumbs span {
    line-height: 19px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #6d7278;
    font-weight: 400;
}

.crumbs a:hover,
.crumbs a:active {
    color: #006CB7;
}

.crumbs span {
    margin: 0 2px;
}


/* 面包屑结束 */


/* tabs页签 */

.tabs {
    width: 100%;
    line-height: 54px;
    background: #f5f5f5;
    border-right: 1px solid rgba(216, 216, 216, 1);
    border-top: 1px solid rgba(216, 216, 216, 1);
    border-left: 1px solid rgba(216, 216, 216, 1);
}

.tabs ul {}

.tabs .mdui-tab a {
    padding: 0 30px;
    font-family: SourceHanSansCN-Medium;
    font-size: 18px;
    color: #313336;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    border-right: 1px solid rgba(216, 216, 216, 1);
}

.tabs .mdui-tab a.mdui-tab-active {
    background-image: linear-gradient(180deg, #4e79fb 3%, #4920da 100%);
    color: #fff;
    border-color: transparent;
}


/* tabs 结束 */


/* footer */

.secend-footer {
    height: 40px;
    background: #ffffff;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #6d7278;
    font-weight: 400;
    line-height: 40px;
    border-top: 1px solid rgba(216, 216, 216, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}



/* 文章内容详情 */

.artcile-content {
    width: 100%;
    margin-top: 30px;
}

.artcile-content p,
.artcile-content span {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #313336;
    text-align: justify;
    line-height: 30px;
    font-weight: 400;
}

.artcile-content p {
    margin-bottom: 10px;
    text-indent: 2em;
}

.artcile-content img {
    height: auto;
    max-width: 100%;
    margin: 40px auto;
}


/* 分页 */

.page-large {
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

.page-large ul {
    display: flex;
    justify-content: center;
}

.page-large ul li {
    height: 40px;
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 4px;
    line-height: 40px;
    min-width: 40px;
    box-sizing: border-box;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #6d7278;
    font-weight: 400;
    margin-right: 10px;
    /* cursor: pointer; */
}

.page-large ul li a {
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #6d7278;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
}

.page-large ul li.thisclass,
.page-large ul li:hover {
    background: #006CB7;
    border: 1px solid #006CB7;
}

.page-large ul li.thisclass a,
.page-large ul li:hover a {
    color: #ffffff;
}


/* 分享 */

body .social-share .social-share-icon {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}


/* 协议样式 */

.contrainer {
    width: 98%;
    margin: 0 auto;
}

.contrainer h1 {
    text-align: center;
}

.mdui-typo-body-new,
.mdui-typo-body-new-opacity {
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: 0.04em;
    /* text-indent: 2em; */
}


/* 分享样式调整 */

.social-share .icon-wechat .wechat-qrcode {
    z-index: 999 !important;
}


/* mdui样式修改 */

.mdui-container {
    width: 100% !important;
}


/* 底部导航 */

.everything {
    width: 100%;
    font-size: 12px;
    height: 176px;
    background: #2b3390;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 0px;
}

.everything a {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
}

.weixin img {
    width: 90px;
    height: 90px;
    margin-top: 30px;
}

.weixin {
    display: flex;
    justify-content: end;
}

.technologies img {
    width: 111px;
    height: 46px;
    margin: 30px 0px;
}

.happen li:nth-child(2) {
    margin-bottom: 10px;
}

.xiaxia img {
    width: 10px;
    height: 6px;
    position: absolute;
    margin-left: 86px;
    margin-top: -42px;
}